nested trigger造句
例句与造句
- the default configuration allows for nested triggers
默认配置允许嵌套触发器。 - to disable nested triggers, set the nested triggers
若要禁用嵌套触发器,请用 - to disable nested triggers, set the nested triggers
若要禁用嵌套触发器,请用 - nested triggers is set to 0, after triggers cannot cascade
设置为0,after触发器不能级联。 - to disable indirect recursion, you must also set the nested triggers
若要禁用间接递归触发,还必须将 - It's difficult to find nested trigger in a sentence. 用nested trigger造句挺难的
- no nested triggers are fired by the execution of these remaining statements
执行其余的语句不会激发嵌套触发器。 - to disable indirect recursion of after triggers, also set the nested triggers
若要禁用after触发器的间接递归,还必须将 - using nested triggers
>使用嵌套触发器 - to also disable indirect recursion of after triggers, set the nested triggers server option to
若还要禁用after触发器的间接递归触发,请使用 - you can control whether after triggers can be nested through the nested triggers server configuration option
服务器配置选项来控制是否可以嵌套after触发器。 - you can use nested triggers to perform useful housekeeping functions such as storing a backup copy of rows affected by a previous trigger
可使用嵌套触发器执行一些有用的日常工作,如保存前一个触发器所影响行的一个备份副本。例如,可以在 - if nested triggers are allowed and a trigger in the chain starts an infinite loop, the nesting level is exceeded and the trigger terminates
如果允许使用嵌套触发器,且链中的一个触发器启动了一个无限循环,则将超出嵌套层限制,且触发器将终止。 - if nested triggers is off, recursive triggers is also disabled, regardless of the recursive triggers setting set by using alter database
如果关闭嵌套触发器,则不管使用alterdatabase设置的recursive_triggers设置如何,都将同时禁用递归触发器。 - because triggers execute within a transaction, a failure at any level of a set of nested triggers cancels the entire transaction, and all data modifications are rolled back
由于触发器在事务中执行,如果在一组嵌套触发器的任意层中发生错误,则整个事务都将取消,且所有的数据修改都将回滚。 - nested triggers option to control whether an after trigger can cascade; that is, perform an action that initiates another trigger, which initiates another trigger, and so on
选项可控制after触发器是否可级联;级联是指执行某项操作将初始化另一个触发器,而该触发器又将初始化另外一个,依此类推。